Skip to content

Fix overlay panels of command form fields inside dialogs - #115

Merged
einari merged 1 commit into
mainfrom
fix/command-form-field-overlays
Aug 8, 2026
Merged

Fix overlay panels of command form fields inside dialogs#115
einari merged 1 commit into
mainfrom
fix/command-form-field-overlays

Conversation

@einari

@einari einari commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Fixed

  • DropdownField, MultiSelectField and CalendarField open their panels correctly inside command dialogs — the panels now escape the dialog's stacking and scroll context (appended to the body, forced above modal dialogs), the way the standalone Dropdown wrapper already did. (Agent setup is weird and not working StudioIssues#64)

🤖 Generated with Claude Code

DropdownField, MultiSelectField and CalendarField rendered the raw
PrimeReact components, so their panels stayed inside the dialog's
stacking/scroll context and never became visible when opened from a
CommandDialog. DropdownField now renders through the library's own
Dropdown wrapper; MultiSelectField and CalendarField get the same
treatment inline — the panel appended to the body and forced above
modal dialogs via useOverlayZIndex.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@einari einari added the patch label Aug 8, 2026
@einari
einari merged commit 772573c into main Aug 8, 2026
5 checks passed
@einari
einari deleted the fix/command-form-field-overlays branch August 8, 2026 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant